home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / include / nessus / nessusraw.h < prev    next >
C/C++ Source or Header  |  2006-06-13  |  415b  |  25 lines

  1. #ifndef NESSUS_RAW_H
  2. #define NESSUS_RAW_H
  3. #ifdef __linux__
  4. #ifndef __BSD_SOURCE
  5. #define __BSD_SOURCE
  6. #endif
  7.  
  8. #ifndef _BSD_SOURCE
  9. #define _BSD_SOURCE
  10. #endif
  11.  
  12. #ifndef __FAVOR_BSD
  13. #define __FAVOR_BSD
  14. #endif
  15. #endif
  16.  
  17. #include <nessusip.h>
  18. #include <nessustcp.h>
  19. #include <nessusudp.h>
  20. #include <nessusicmp.h>
  21.  
  22. int tcp_ping_host(struct in_addr);
  23. long tcp_timing(struct in_addr, int num_probes, unsigned int port);
  24. #endif
  25.